Reverb
These examples show use of the ConvolverNode to implement convolutional reverb.
Two code examples are provided.
- ConvolutionReverb: illustrates typical use of the convolver node, where a source is convolved with a simulated impulse response
- NormalizeIR: illustrates a minor issue with use of the ConvolverNode's normalize parameter. In this example, the impulse responses are stored in wav files
Code examples correspond to examples from Chapter 14 in the book 'Working with the Web Audio API'.
Feel free to contact me at joshua.reiss@qmul.ac.uk